home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent1 / dmande.readme < prev    next >
Text File  |  1998-04-19  |  6KB  |  161 lines

  1. Short:    Mandelbrot & Julia generator with ARexx
  2. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Version:  1.20
  5. Type:     gfx/fract
  6. Requires: Os 2.04
  7.  
  8. _____________________________________________________________________________
  9.  
  10. Changes made for 1.20:
  11.  
  12.     - Replaced the IFF loading/saving routines by the gfx board friendly
  13.       stuff of the "sister program" VideoEasel. Most operations should
  14.       work fine with a gfx board, probably with one exception I can't
  15.       test here.
  16.     - Updated printer support. It does no longer set the colors of the
  17.       screen but uses an internal copy.
  18.     - Added a check for the '060 processor for the "suggest" button.
  19.       The plain 68K integer routines should be better for the '060 since
  20.       they don't require any software emulation.
  21.     - Rewrote the memory management. "DMandel" uses now memory pools.
  22.     - Removed an enforcer hit in the "RXMENU" command.
  23.     - Just a couple of tiny optimizations in the startup and other
  24.       assembler routines. 
  25. _____________________________________________________________________________
  26.  
  27. Yes, I know that there are more than enough mandelbrot fractal generators
  28. in the net, really... If you want some reasons why to use this program, here
  29. we go:
  30.  
  31. - Three algorithms for Mandelbrot sets, six for Julia sets.
  32. - Six different math implementations (IEEE single/double,FFP,
  33.   fast-integers for '000 and '020 and FPU) for optimal speed,
  34.   written in hand-tooled assembly language.
  35. - Highest speed, optimized for big magnifications.
  36. - ARexx support (Sample Mandelbrot movie generator script for
  37.   movie generation together with DPaint V included.)
  38. - Monitor ID support, but untested on GfxBoards.
  39. - Supports EHB for 64 colors on ECS machines.
  40. - Last but not least: It's free.
  41.  
  42. At least, the program is free. The guide isn't... 
  43.  
  44. The guide is not yet existing, I will start typing it as soon as somebody is
  45. interested and wants to pay money for it. Write an email to this address:
  46.  
  47. thor@math.tu-berlin.de
  48.  
  49. The suggested price for the manual will be between $10 and $20.
  50.  
  51.  
  52. A sample set of EHB pictures generated by DMandel is available, see
  53. DMandelPics.lha at pix/fract.
  54.  
  55. ____________________________________________________________________________
  56.  
  57. Installation:
  58.  
  59.     -Unpack this archive whereever you want.
  60.  
  61.     -If you're still working with the original CBM mathieeedoubbas
  62.     library, a patch is needed since this library is broken.
  63.     (The compare-function is broken for negative numbers of
  64.      small absolute value).
  65.  
  66.     The patch is included in the "MathIEEEPatch" drawer, installation
  67.     works like this:
  68.  
  69. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  70. 2)      Copy the file mathieeedoubbas.pch, which comes with this archive,
  71.         to RAM:
  72. 3)      Copy the program spatch, which is also included in this archive,
  73.         to ram:
  74. 4)      Change the directory to ram: with
  75.         cd ram:
  76. 5)      Apply the patch with
  77.         spatch mathieeedoubbas.library
  78. 6)      Copy back the file RAM:mathieeedoubbas.new to
  79.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  80.  
  81. If any problems arise, make sure you use the original (CBM) version
  82. of the library!
  83.  
  84.     
  85. How to install the main program:
  86.  
  87.  
  88.     -Start DMandel by double clicking its icon.
  89.  
  90.     -Read the startup window. Close it by clicking on "O.K."
  91.  
  92.     -Select the menu point "Arexx Command" of the project menu.
  93.  
  94.     -Select the script "CreateStartup.rexx"
  95.  
  96.     -Follow the instructions.
  97. ____________________________________________________________________________
  98.  
  99.                         The THOR-Software Licence
  100.  
  101.  
  102. This License applies to the computer programs known as "Deluxe Mandelbrot".
  103. The "Program", below, refers to such program.
  104.  
  105.  
  106. The programs and files in this distribution are freely distributable
  107. under the restrictions stated below, but are also Copyright (c)
  108. Thomas Richter.
  109.  
  110.  
  111. Distribution of the Program by a commercial organization without written
  112. permission from the author to any third party is prohibited if any payment
  113. is made in connection with such distribution, whether directly
  114. (as in payment for a copy of the Program) or indirectly (as in payment
  115. for some service related to the Program, or payment for some product
  116. or service that includes a copy of the Program "without charge";
  117. these are only examples, and not an exhaustive enumeration of prohibited
  118. activities). However, the following methods of distribution involving
  119. payment shall not in and of themselves be a violation of this restriction:
  120.  
  121.  
  122. (i) Posting the Program on a public access information storage and
  123. retrieval service for which a fee is received for retrieving information
  124. (such as an on-line service), provided that the fee is not
  125. content-dependent (i.e., the fee would be the same for retrieving the same
  126. volume of information consisting of random data).
  127.  
  128.  
  129.  
  130. (ii) Distributing the Program on a CD-ROM, provided that the files
  131. containing the Program are reproduced entirely and verbatim on such
  132. CD-ROM, and provided further that all information on such CD-ROM be
  133. redistributable for non-commercial purposes without charge.
  134.  
  135.  
  136.  
  137. Everything in this distribution must be kept together, in original
  138. and unmodified form.
  139.  
  140.  
  141.  
  142.  
  143. Limitations.
  144.  
  145. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  146. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  147. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  148. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  149. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  150. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  151. SERVICING, REPAIR OR CORRECTION.
  152.  
  153.  
  154.  
  155. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  156. THIS ARCHIVE.
  157. _____________________________________________________________________________
  158.  
  159. Thomas,
  160.     April 1998
  161.